Version

PageBreakCollection<T> Class Members

The following tables list the members exposed by PageBreakCollection<T>.

Public Properties
 NameDescription
Public PropertyCountGets the number of page breaks in this collection.  
Public PropertyItemGets the page break at the specified index.  
Public Methods
 NameDescription
Public MethodAddAdds a page break to the Worksheet.  
Public MethodClearClears the collection of page breaks.  
Public MethodContainsDetermines whether the specified page break exists on the Worksheet.  
Public MethodIndexOfGets the 0-based index of the specified page break.  
Public MethodRemoveRemoves the specified page break from the Worksheet.  
Public MethodRemoveAtRemoves the page break at the specified index.  
See Also